github.com/refraction-networking/utls.clientHelloMsg.marshal (method, view implemented interface methods)

4 uses

	github.com/refraction-networking/utls (current package)
		ech.go#L433: 	serializedOuter, err := outer.marshal()
		handshake_messages.go#L400: func (m *clientHelloMsg) marshal() ([]byte, error) {
		handshake_messages.go#L425: 		fullMessage, err = m.marshal()
		u_public.go#L494: 	return chm.getPrivatePtr().marshal()